Mention NULL in documentation.
authorJohan Dahlin <johan@src.gnome.org>
Tue, 20 Sep 2005 15:20:11 +0000 (15:20 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Tue, 20 Sep 2005 15:20:11 +0000 (15:20 +0000)
    * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
    documentation.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkentry.c

index fcba1e8cfc240eac0ec96ffb1f79444a0d083fe8..eff625e500c4c68995bf15ce67176b2983c18666 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
+       documentation.
+
 2005-09-20  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkselection-win32.c
index fcba1e8cfc240eac0ec96ffb1f79444a0d083fe8..eff625e500c4c68995bf15ce67176b2983c18666 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
+       documentation.
+
 2005-09-20  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkselection-win32.c
index 435a40b6f87b9037f6b16520dec1975db37e542b..de4d8139a5635902f1ec4c90b46bba8d3aa1c631 100644 (file)
@@ -5399,11 +5399,12 @@ connect_completion_signals (GtkEntry           *entry,
 /**
  * gtk_entry_set_completion:
  * @entry: A #GtkEntry.
- * @completion: The #GtkEntryCompletion.
+ * @completion: The #GtkEntryCompletion or %NULL.
  *
  * Sets @completion to be the auxiliary completion object to use with @entry.
  * All further configuration of the completion mechanism is done on
- * @completion using the #GtkEntryCompletion API.
+ * @completion using the #GtkEntryCompletion API. Completion is disabled if
+ * @completion is set to %NULL.
  *
  * Since: 2.4
  */